Quiz on Twitter's Design

Let's assess your Twitter design concepts with a quiz.

5

(Select all that apply.) We discussed how the client-side load balancers work and what kind of benefit it provides. Which of the options below were identified as possible drawbacks of client-side load balancers?

Selected Option
A)

They act as a single point of failure.

Not Selected
B)

They’re not suitable for small-scale applications because there are no dedicated servers for the services.

Explanation

Each service is managed within the backend server. Therefore, no such type of communication (server selection service to service) is required among the server.

C)

They increase network hop.

Not Selected
D)

They make it more difficult to update all clients when servers add/drop or algorithm modify.

Question 5 of 55 attempted

Client-side Load Balancer for Twitter
System Design: Newsfeed System
Mark as Completed